home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / WARPNET.ZIP / README.TXT < prev   
Encoding:
Text File  |  1996-02-28  |  12.2 KB  |  285 lines

  1. Supplemental Network Driver Diskette
  2. for OS/2 Warp Connect and Warp Server
  3. -------------------------------------
  4.  
  5. Compiled by Timothy F. Sipples
  6. Inspired by Lee Gordon
  7.  
  8. Revised February 28, 1996 (Version 1.0)
  9.  
  10. Quick Start
  11. -----------
  12.  
  13. 1.  Obtain a blank, formatted diskette and label it "Supplemental Network
  14.     Driver Diskette for OS/2 Warp Connect and Warp Server."
  15.  
  16. 2.  Copy the files in this package to the diskette.
  17.  
  18. 3.  Install OS/2 Warp Connect or Warp Server.
  19.  
  20. 4.  When prompted for the type of network adapter installed, insert the
  21.     Supplemental Driver Diskette you have created in Drive A and click
  22.     on the "Other Adapters" button.  Proceed to install the driver of
  23.     your choice from the diskette.
  24.  
  25. 5.  Click on the Settings button and verify that the base I/O port address,
  26.     interrupt (IRQ), and other settings match those used by your network
  27.     adapter.  If not, make changes as necessary to either your adapter's own
  28.     configuration or to OS/2 Warp Connect/Warp Server Settings for the
  29.     network adapter.  Press F1 if you need help in setting values.
  30.  
  31.  
  32. Detailed Information
  33. --------------------
  34.  
  35. This Supplemental Driver Diskette has not been extensively tested and is
  36. provided "as-is."  It is based on freely and publicly available device
  37. drivers for classic ethernet adapters.  The following ethernet adapters are
  38. supported:
  39.  
  40.      3Com 3C501 EtherLink         Source: ftp.ftp.com (elnko.zip)
  41.      Novell NE1000 Compatibles    Source: ftp.ftp.com (ne1000o.zip)
  42.      Novell NE2000 Compatibles    Source: ftp.ftp.com (ne2000o.zip) and
  43.                                           ftp-os2.nmsu.edu (ns2000wc.zip)
  44.  
  45. Two versions of the Novell NE2000 driver are provided.  The National Semi-
  46. conductor version is recommended.
  47.  
  48. This Supplemental Driver Diskette replaces both NE2000WC.ZIP and
  49. NS2000WC.ZIP (previous NE2000 driver packages for OS/2 Warp Connect).
  50.  
  51. Most network adapters require resources from your PC.  Hardware devices in
  52. your PC must not try to use the same resources.  There are three types of
  53. resources you must check: I/O Port Base Address, Interrupt (IRQ) Level,
  54. and DMA Channel (3C501 driver only).  Your network adapter may use jumpers
  55. or switches (on the card itself) or a software program (which should be
  56. run after starting plain DOS from a diskette) to set these resources.
  57. Determine what resources your network adapter is using and record them
  58. here:
  59.  
  60. I/O Port Base Address: __________________  (Example: 340)
  61.  
  62. Interrupt (IRQ) Level: __________________  (Example:   5)
  63.  
  64. DMA Channel (if any) : __________________  (Example:   3)
  65.  
  66. If your adapter is configured using a software program, and it has a
  67. setting called Plug and Play, turn Plug and Play off.
  68.  
  69. Inside OS/2 Warp Connect or OS/2 Warp Server you can determine what
  70. resources other devices are using.  At an OS/2 Warp command line prompt
  71. type:
  72.  
  73. RMVIEW /IRQ
  74.  
  75. to get a list of Interrupt (IRQ) Levels (and the devices using them);
  76. type:
  77.  
  78. RMVIEW /IO
  79.  
  80. to get a list of I/O Port Base Addresses in use, and type:
  81.  
  82. RMVIEW /DMA
  83.  
  84. to get a list of DMA Channels in use.  You can use this valuable infor-
  85. mation to determine what resources are unoccupied (and set your network
  86. adapter and the driver settings accordingly).
  87.  
  88.  
  89. Sample Installation
  90. -------------------
  91.  
  92. If you decide not to use the Quick Start method (above), here is an example
  93. of how to install a network adapter driver (in this case the National
  94. Semiconductor NE2000 driver) after you have installed OS/2 Warp Connect or
  95. OS/2 Warp Server.  (You can install OS/2 Warp Connect and OS/2 Warp Server
  96. with the parallel port driver.)
  97.  
  98. 1.  If you have installed LAN Distance client software, use the shuttle
  99.     feature to switch from Remote to LAN mode if necessary.  You can do so
  100.     by running LDSHUTTL.  Shutdown and reboot after shuttling.  CAUTION:
  101.     These supplemental drivers are not likely to work if OS/2 Warp Server's
  102.     Remote Access Services are installed.
  103.  
  104. 2.  Run MPTS.  You can do so by double-clicking on the MPTS program (called
  105.     Adapter and Protocol Support in OS/2 Warp Server) or by typing MPTS at
  106.     an OS/2 Warp command line prompt.
  107.  
  108. 3.  Insert the Supplemental Driver Diskette (a diskette containing the
  109.     files in this package) in Drive A.
  110.  
  111. 4.  If the IBM MPTS logo appears, click on OK.
  112.  
  113. 5.  Click on the Install button.
  114.  
  115. 6.  A window will appear with a Source value.  Source should be set to
  116.     A:.  (If not, clear the value and type A:).  Click on OK.  You should
  117.     see several messages indicating that the supplemental drivers have
  118.     been added to your PC.  Click on OK for each.
  119.  
  120. 7.  Click on the Configure button.
  121.  
  122. 8.  Make sure "LAN adapters and protocols" is selected and then click on
  123.     the Configure button.
  124.  
  125. 9.  In the list at the bottom of the window you should see the parallel
  126.     port driver followed by one or more network protocols (such as "IBM
  127.     OS/2 NETBIOS").  Write down the names of each of these protocols listed
  128.     under this driver.
  129.  
  130. 10. Select each one of these protocols with the mouse and click on the
  131.     Remove button.  Repeat until all protocols have been removed and only
  132.     the old driver is listed.
  133.  
  134. 11. After removing the protocols select the parallel port driver and click
  135.     on Remove.  The list at the bottom should now be completely empty (or
  136.     list any network adapters and protocols you wish to keep).
  137.  
  138. 12. Scroll through the list of network adapters in the upper left part of
  139.     the window.  Select your network adapter from the list and click on the
  140.     Add button.  Your network adapter should be added to the list in the
  141.     bottom part of the window.
  142.  
  143. 13. From the list of protocols in the upper right, select those that were
  144.     listed under the driver you removed and which you recorded in step 9.
  145.     Add these protocols, one by one, by clicking on the Add button below
  146.     the protocol list.
  147.  
  148. 14. Highlight your network adapter (in the list at the bottom) and click on
  149.     the Edit button to change any settings, as required.
  150.  
  151. 15. If you wish, highlight any of the protocols which will be used with your
  152.     network driver in the same list, and click on Edit to change any
  153.     protocol settings.  For example, you may wish to enter your network
  154.     adapter address (with an "I" in front for ethernet or "T" in front for
  155.     Token-Ring) for the IBM NetWare Requester Support protocol.  You can
  156.     determine your network adapter's address by viewing the LANTRAN.LOG
  157.     file (located in the \IBMCOM directory) after shutting down and
  158.     rebooting.
  159.  
  160. 16. Click on OK, then Close, then Exit, and allow MPTS to make any changes
  161.     necessary to your CONFIG.SYS file.  Shutdown and reboot for changes to
  162.     take effect.
  163.  
  164.  
  165. Technical Notes
  166. ---------------
  167.  
  168. OS/2 Warp Connect includes a driver for the Eagle NE2000plus network
  169. adapter, one of the most popular adapters in the NE2000 family (and
  170. certified by Novell).  Unfortunately many NE2000 adapters are not quite
  171. compatible with the Eagle.  Lee Gordon's comments follow, with revisions:
  172.  
  173. "There are many different NE2000 clones on the market.  When they work,
  174. they work well.  And they can be bought for as little as $25 each!  This
  175. package may help you install them (or at least some of them).
  176.  
  177. "1. Get the NE2000 to work in your computer.
  178.  
  179. "a. NE2000s use 32 I/O addresses, usually set to initially occupy 300-31F.
  180. These addresses often conflict with other devices in your system.  Also, if
  181. your NE2000 requires software setup and you have another device that uses
  182. memory addresses in that range (300 or 310), your NE2000's setup program may
  183. not be able to find the NE2000.  Find out which addresses your other
  184. devices use and remove conflicting adapters, at least during configuration.
  185. Find an address that does not conflict with the other devices or change the
  186. addresses your other devices use.
  187.  
  188. "b. In general, addresses 340-35F seem to work well and avoid conflicts,
  189. but pay attention to section (a).
  190.  
  191. "c. Pay equally close attention to interrupt (IRQ) conflicts.  IRQ 10 or
  192. 11 seems to be a good choice generally.
  193.  
  194. "d. If your NE2000 requires software setup (rather than using switches
  195. or jumpers on the adapter itself), start plain DOS from a diskette before
  196. you run the setup program.
  197.  
  198. "e. When choosing NE2000 compatible adapters, look for one that has a
  199. diagnostic test for data transfer with another computer (usually equipped
  200. with the same brand adapter).  Connect your NE2000 to another computer
  201. with a two meter ethernet cable and make sure they can talk to one another.
  202. If you removed adapters to set up the NE2000, put them back in the system
  203. and retest to make sure the NE2000 still works.  Watch out -- some NE2000
  204. adapters come without any software at all!
  205.  
  206. "f. NE2000 diagnostic programs include several different loopback tests.
  207. Good adapters have been known to fail the loopback tests.
  208.  
  209. "2. If OS/2 Warp or OS/2 Warp Connect fails to find your NE2000 adapter,
  210. halts or crashes can occur.  (OS/2 Warp Connect should be able to properly
  211. detect most NE2000 compatible adapters, but exceptions remain because of
  212. the wide variety of designs.)  To explicitly inform OS/2 Warp that your
  213. NE2000 is installed, add the following line to CONFIG.SYS:
  214.  
  215.    BASEDEV=RESERVE.SYS /IO:340,32
  216.  
  217. where 340 is the base port I/O address used by your NE2000.  If you have
  218. configured your NE2000 to use a different base address, change this
  219. line accordingly.  This line tells OS/2 Warp to reserve 32 port I/O
  220. addresses starting at 340 (hex)."
  221.  
  222. Although not tested, you may be able to use one of the NE2000 drivers in
  223. this package with PCMCIA (PC Card) ethernet adapters that are compatible
  224. with the NE2000.  While you will not be able to insert or remove the
  225. PC Card adapter while OS/2 Warp Connect or OS/2 Warp Server is running,
  226. you may still be able to get access to the network.
  227.  
  228. Naturally you should use any OS/2 Warp network driver supplied by the
  229. manufacturer of your PC Card ethernet device.  Many vendors (including IBM,
  230. 3Com, and Xircom) manufacture PC Card network adapters with high quality
  231. OS/2 Warp drivers.  However, if you cannot locate a proper driver, and if
  232. your ethernet adapter is compatible with the NE2000, try the following:
  233.  
  234. 1.  Install and configure the NE2000 driver (National Semiconductor
  235.     recommended) as you would for a desktop PC with the instructions
  236.     above.  Also verify that OS/2 Warp has access to the PC Card slots
  237.     in your computer (by using the Plug and Play for PCMCIA program in
  238.     your System Setup folder).  If not, use Selective Install (or the
  239.     instructions that came with your computer) to install PCMCIA support
  240.     for OS/2 Warp for your particular model.
  241.  
  242. 2.  Edit the OS/2 Warp CONFIG.SYS file and locate a line which looks like
  243.     the following:
  244.  
  245.     BASEDEV=IBM2SS01.SYS
  246.  
  247.     IBM2SS01.SYS is the PC Card socket services driver for IBM ThinkPads.
  248.     Your notebook computer may use a different driver, but it will likely
  249.     contain "SS" in its name.  If you are not sure which line refers to
  250.     your socket services driver, simply put REM in front:
  251.  
  252.     REM BASEDEV=IBM2SS01.SYS
  253.  
  254.     reboot, then use the Plug and Play program to determine whether the
  255.     PC Card slots are no longer available.  If so, you have located the
  256.     correct line in your CONFIG.SYS file.  Edit CONFIG.SYS and remove the
  257.     REM in front.
  258.  
  259. 3.  If your PC Card ethernet adapter is in slot 1, then add /IG0=1 to the
  260.     end of the line:
  261.  
  262.     BASEDEV=IBM2SS01.SYS /IG0=1
  263.  
  264.     (If slot 2 use /IG0=2 instead.)  Shutdown and reboot.  Your networking
  265.     software MAY now operate correctly.
  266.  
  267. Direct technical support is not available for this driver package, but
  268. discussion of OS/2 Warp Connect (and this driver package) takes place in
  269. the comp.os.os2.networking.misc newsgroup on the Internet.  You may reach
  270. Timothy Sipples at tsipple@vnet.ibm.com but a reply cannot be promised.
  271.  
  272. Make sure that any future network adapter purchases you make include a
  273. driver under one of the following names:
  274.  
  275. "OS/2 2.x NDIS Driver"
  276. "IBM LAN Server 4 Driver"
  277. "OS/2 Warp Driver"
  278. "OS/2 Warp Connect Driver"
  279. "OS/2 Warp Server Driver"
  280. "Lotus Notes (OS/2 2.x) Driver"
  281.  
  282. You can ask for opinions and recommendations on network adapters in the
  283. same comp.os.os2.networking.misc newsgroup.
  284.  
  285.